github.com/go-pg/pg/v10/orm.Query.update (method)
3 uses
github.com/go-pg/pg/v10/orm (current package)
query.go#L1116: return q.update(scan, false)
query.go#L1128: return q.update(scan, true)
query.go#L1131: func (q *Query) update(values []interface{}, omitZero bool) (Result, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)